//Smooth Operator by JayPro via Checkman via Roger Bigod
//8-30-17

Aspc=1 //Either ration works well here...

A0="20+rnd(5)"
A1="1.5+rnd(.45)"
A2="3+rnd(.6)"
A3="1.1+rnd(.1)"

D0="sin(-x+sin(theta)*a0/r )" //Hence the name...plus a bit of Cartesian/polar fusion.
D1="trwv(-y+x*a0)"
D2="trwv(d0)*a1" 		
D3="trwv(d1)*a1"
D4="flor(sqr(d2+d3)*a2)"
D5="flor(sqr(d2-d3)*a2)"
D6="sin(d2) + cos(d4) - d2 - atan(d4)*a3 "
D7="cos(d3) - sgn(d4) + d1 - atan(d5)*a3"
D8="wrap(d7-sin(d6)+sgn(d4)-cos(d5))*a3*d2"
D9="wrap(d7+cos(d6)+atan(d2)-atan(d3))*a3*d3"

srcX="abs(D8/d4)"
srcY="abs(D9/d5)"

Vers=300

